home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
5
/
TERMINAL
/
PROJECT
/
SOURCES
/
GLUE.A
Wrap
Text File
|
1992-07-19
|
203b
|
10 lines
; pascal void SendComplete(void);
SendComplete PROC EXPORT ; A0 has address of IOParam
MOVE.L -4(A0),A0 ; Get busy flag address
CLR.B 0(A0) ; Clear the busy flag (FALSE)
RTS
END